ASP.NET MVC Controls
ListBox<T> Class
Members 

The ListBox control displays a list of items which may contain plain text or HTML, and allows users to select items with the mouse or the keyboard.
Syntax
'Declaration
 
<ScriptsAttribute(Dependencies=System.Object[], ResExtension=".min.js")>
Public Class ListBox(Of T) 
   Inherits ItemsBoundControl(Of T)
   Implements ITemplate 
[Scripts(Dependencies=System.Object[], ResExtension=".min.js")]
public class ListBox<T> : ItemsBoundControl<T>, ITemplate  
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.ListBox<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListBox<T> Members
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback